xen.git
2005-09-27 emellor@ewanThis patch adds a quick check in "xm save" to make...
2005-09-27 emellor@ewanThis patch cleans up some of the argument usage in...
2005-09-27 emellor@ewanRemove DBMap etc from XendDomainInfo, moving the handli...
2005-09-27 emellor@ewanRemove the domain and VM paths from the store when...
2005-09-27 emellor@ewanMerge.
2005-09-27 emellor@ewanDetangle the restart/reboot/halt/save/restore code...
2005-09-27 emellor@ewanUse constant in XendDomainInfo rather than embedding...
2005-09-27 emellor@ewanAdded missing import socket statement.
2005-09-26 kaf24@firebug... Move non-transactional and non-idempotent code out of
2005-09-26 kaf24@firebug... xenstore fires @releaseDomain both when a domain shuts
2005-09-26 kaf24@firebug... xenbus_transaction_end() returns negative error code.
2005-09-25 kaf24@firebug... Fix so that 'make uninstall' won't fail if /etc/xen
2005-09-24 emellor@ewanAdd helper method XendDomain.callInfo that stubs throug...
2005-09-24 emellor@ewanNothing.
2005-09-24 emellor@ewanMerge.
2005-09-24 emellor@ewanAdded default value for ssidref -- 0.
2005-09-24 emellor@ewanMove ImageHandler registration into image.py from XendD...
2005-09-24 kaf24@firebug... Fix build for pedantic compilers.
2005-09-24 kaf24@firebug... Fix tpm split driver to follow changes in the xenbus...
2005-09-23 kaf24@firebug... Update User's Guide installation section to mention...
2005-09-23 kaf24@firebug... Add an install-time check for hotplug.
2005-09-23 kaf24@firebug... Fix debug build of Xen.
2005-09-23 emellor@ewanRemoved unused Blkctl.py. The functionality here has...
2005-09-23 emellor@ewanMerged.
2005-09-23 emellor@ewanMerge the duplicated code for create, destroy, migrate...
2005-09-23 emellor@ewanNeaten the configuration parsing code. Add a self...
2005-09-23 emellor@ewanMove ImageHandler.create call to initDomain, after...
2005-09-23 kaf24@firebug... Restructure GNTTABOP_map_grant_ref.
2005-09-23 emellor@ewanRemove unused XendDB.py.
2005-09-23 emellor@ewanRemove unused tempfile.py. Even if anyone were using...
2005-09-23 emellor@ewanFix call with missing parameters.
2005-09-23 kaf24@firebug... Make PAE defs in xg_private.h usable in both 32- and
2005-09-23 emellor@ewanAdd check for speed (takes 33 minutes on my laptop...
2005-09-23 Rusty RussellMake xenstored use tdb, transactions can soft-fail...
2005-09-23 Rusty RussellAdd check for speed (takes 33 minutes on my laptop...
2005-09-23 kaf24@firebug... Add VGA acceleration support for cirrus logic device...
2005-09-23 kaf24@firebug... Clean up xc_vmx_build():
2005-09-22 kaf24@firebug... Remove file from sparse tree.
2005-09-22 djm@kirby.fc... Minor drivers/xen changes and includes to support xenli...
2005-09-22 djm@kirby.fc... Merge latest xen-unstable into xen-ia64-unstable
2005-09-22 djm@kirby.fc... Patches and recipe to build an elilo.efi that will...
2005-09-22 emellor@ewanMove variable initialisation out of import section...
2005-09-22 emellor@ewanRename XendDomainInfo and DevController.getDomain to...
2005-09-22 emellor@ewanMove initDomain out of image.py and into XendDomainInfo...
2005-09-22 emellor@ewanAdded diagnostic message when RuntimeError is raised...
2005-09-22 emellor@ewanMerged.
2005-09-22 emellor@ewanA number of changes to get save-restore working again:
2005-09-22 kaf24@firebug... Fixes a vtpm timeout problem for slow machines.
2005-09-22 kaf24@firebug... Netfront/back always use grant tables now. This cleans...
2005-09-22 kaf24@firebug... Remove defunct usb split driver code. It will get repla...
2005-09-22 kaf24@firebug... Indentation cleanups in linux driver code.
2005-09-22 emellor@ewanMerged?
2005-09-22 djm@kirby.fc... Remove all CONFIG_VTI, VTI now works dynamically
2005-09-22 kaf24@firebug... A more comprehensive fix for mapping shared-ring grant
2005-09-22 emellor@ewanThis patch adds a check in xend that prevents a user...
2005-09-22 emellor@ewanVMX guest memory calculation in python code is corrupte...
2005-09-22 emellor@ewanthis patch fixes the bug that when "cpu" is not set...
2005-09-22 kaf24@firebug... This fixes the "make check" feature of xenstore to...
2005-09-21 jbulpin@paploo... Trivial spelling mistake fix.
2005-09-21 djm@kirby.fc... Minor change also needed in vcpu.c for guests to own...
2005-09-21 djm@kirby.fc... Another fix for handling ar.kr's
2005-09-21 djm@kirby.fc... Remove paravirtualization of ar.kr registers (may need...
2005-09-21 kaf24@firebug... This patch fixes a bug where raise_softirq(SCHEDULE_SOF...
2005-09-21 kaf24@firebug... Fix mapping of shared ring pages into backend drivers.
2005-09-21 djm@kirby.fc... Xenlinux/ia64 can't use xenlinux/x86 version of drivers...
2005-09-21 djm@kirby.fc... Build tweaks for xenlinux/ia64
2005-09-21 djm@kirby.fc... Start fleshing out -sparse tree for xenlinux/ia64
2005-09-21 emellor@ewanMerge.
2005-09-21 emellor@ewanSplit the configuration file parsing and xc dominfo...
2005-09-21 emellor@ewanDisable debugging-level output.
2005-09-21 emellor@ewanMatch change to the memory/target value, as it is now...
2005-09-21 emellor@ewanRemove unused DEBUG variable, and -d flag.
2005-09-21 emellor@ewanRemoved unused getLevel method, and don't use intermedi...
2005-09-21 emellor@ewanAdded diagnostic messages to the RuntimeError exception...
2005-09-21 emellor@ewanLots of minor changes to please pylint, including match...
2005-09-21 emellor@ewanOn one of pyxc_domain_getinfo's error paths, free the...
2005-09-21 kaf24@firebug... Some cleanup in tpm-related files.
2005-09-21 kaf24@firebug... Removes redundant/unnecessary __vmread/__vmwrite.
2005-09-21 kaf24@firebug... Parse vcpus for VMX guest.
2005-09-21 kaf24@firebug... Fix .hgignore and add missing vtpm patch file.
2005-09-20 djm@kirby.fc... Support files for building xenlinux-ia64 from -sparse...
2005-09-20 djm@kirby.fc... Clone of Christian's xen-unstable mkbuildtree patch...
2005-09-20 djm@kirby.fc... Fix dcr.pp and psr.pp support (non-VTI) so pfmon -...
2005-09-20 djm@kirby.fc... Get multiple domains working again
2005-09-20 emellor@ewanRemove unused variables and imports.
2005-09-20 emellor@ewandomain_setmaxmem takes an int, not a long, for the...
2005-09-20 emellor@ewanRemove extraneous semicolon.
2005-09-20 emellor@ewanMove definition of xc, to avoid confusing pylint.
2005-09-20 emellor@ewanRemove unused import.
2005-09-20 emellor@ewanMark unused variables as such. Remove unused import.
2005-09-20 emellor@ewanMove definition of xc variable, to save confusing pylint.
2005-09-20 emellor@ewanMark unused variable as such.
2005-09-20 emellor@ewanAdded debugging message to exception on write.
2005-09-20 kaf24@firebug... The vmx guest loading is broken from 6925 because of...
2005-09-20 kaf24@firebug... Fix __save_flags() to not complain when smp_processor_i...
2005-09-20 cl349@firebug... merge?
2005-09-20 cl349@firebug... Add support to build arch/ia64 xen kernels, also add...
2005-09-20 kaf24@firebug... Fix xenconsole when console page is >= 4GB.
2005-09-20 kaf24@firebug... Put_page on vmx_set_cr0 for multiple protected/real...
2005-09-20 cl349@firebug... merge?
next